func runtime.mapaccess2
3 uses
runtime (current package)
map.go#L456: func mapaccess2(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, bool) {
map.go#L459: pc := abi.FuncPCABIInternal(mapaccess2)
map.go#L1331: elem, ok := mapaccess2(t, h, key)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)